home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / hstack.doc < prev    next >
Text File  |  1995-03-31  |  3KB  |  60 lines

  1. (Comp.sources.hp48) 
  2. Item: 38 by CW%APG.PH.UCL.AC.UK@VTVM2.CC.VT.EDU [Conrad Winchester] 
  3.   Subj: HSTACK v1.1 a hyperstack of sorts 
  4.   Date: Wed Jan 15 1992 
  5.  
  6.        Howdy folks, 
  7.  
  8. It's abolutely ages since I have posted anything so I hope this will be 
  9. appreciated. This program works as a complete unit but I hope people 
  10. will suggest improvements. It is unashamedly based on STK7 by David 
  11. Crisp ( I hope I got that right ). It is infact STK7 with enhancements. 
  12. They are: 
  13.  
  14. 1) If mult-line display is enabled then more than just the first line 
  15.    can have a multi-line display.... 
  16.  
  17.    Try   3 [MTH] [MATR] IDN ENTER 
  18.  
  19.    and you will see what I mean. I think this is fairly useful, please 
  20.    let me know what you think. 
  21.  
  22.    [Note: There is a bug in here somewhere; many objects that should 
  23.    take multiple lines, such as directories and some programs, get 
  24.    displayed on a single line.  Hmm.  -jkh-] 
  25.  
  26. 2) The system flage TRUE and FALSE show up as |T| and |F| rather than 
  27.    External so that they can be told apart. Try #3AC0h SYSEVAL ! 
  28.  
  29. 3) It is installed as Library 900 (I hope this number's not in use. 
  30.    I did look at the list). 
  31.  
  32. I decided to do 1 because more lines were available for display. I 
  33. decided to do 2 because when I'm hacking and things go wrong the name 
  34. External doesn't help much. I did three because I wanted to modularize 
  35. it without leaving too much open to the casual user. 
  36.  
  37. Both Disp5 and Stk7 made me realize that what I have been calling the 
  38. stack is infact only a graphical representation ofthe stack. "The menu 
  39. is not the meal" "The map is not the territory" etc... These programs 
  40. (once you've picked them apart for hours finding out how they work) 
  41. actually provide a framework for ANY DISPLAY you want whilst the main 
  42. bits of the program get on with the housework looking after the actual 
  43. stack in memory. So I have a request :- 
  44.  
  45. If any bright young (actually that's not totally necessary) iconic grob 
  46. designers can come up with small (i.e. to fit on or nearly fit on one 
  47. level of the stack) icons to represent the different object on the stack 
  48. they will be incorporated into a sort of GUI for the 48sx. Now wouldn't 
  49. that be nice! 
  50.  
  51. Anyway I have to trundle, I'll let the code speak for itself... 
  52.  
  53.               Conrad Winchester the last. 
  54.  
  55. P.S. This version can be freely distributed as long as no money is involved 
  56.  but please keep a mention of my name and David Crisp's somewhere about it. 
  57. P.P.S. As usual use this program at your own risk 
  58.  
  59. [Note: Also see STK5 and STK7 on this disk.  -jkh-] 
  60.